/-------------------------------------------------------------\
| Welcome Panel v1.0                                          |
| Created By: Zero Tolerance                                  |
| C.E.O Of Inferno Technologies                               |
| Copyright 2005, All Rights Reserved                         |
\-------------------------------------------------------------/

Welcome to the Welcome Panel installation file, please read all instructions carefully before proceeding.

Ensure to upload "noavatar.gif" to your forums root directory, you're free to use any picture of your own liking.

|##############|
| -- STEP 1 -- |
|##############|

You need to add the following template called "forumhome_welcomepanel"

-------------------------------------------
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat" colspan="3" align="center">
		<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_welcomepanel')"><img id="collapseimg_forumhome_welcomepanel" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_welcome_panel].gif" alt="" border="0" /></a>
		Welcome Back <a href='member.php?{$session[sessionurl]}u={$bbuserinfo['userid']}'>{$bbuserinfo['username']}</a>
	</td>
</tr>
<tbody id="collapseobj_forumhome_welcomepanel" style="$vbcollapse[collapseobj_forumhome_welcomepanel]">
	<tr>
		<td class="alt1" align="center" width="1%">
		<a href="profile.php?{$session[sessionurl]}do=editavatar">{$bbuserinfo['avatar_build']}</a>
		</td>
		<td width="50%" class="alt2" align="$stylevar[left]" valign="top">
		Welcome back, {$bbuserinfo['username']}, there have been <b>{$bbuserinfo['newposts']}</b> posts and <b>{$bbuserinfo['newthreads']}</b> threads since your last visit at {$bbuserinfo['lastvisit']}<br />
			<table width='80%' cellspacing='0' cellpadding='2' border='0' align='center'>
			<tr>
			<td width="50%" align="$stylevar[left]"><b>{$exec_lastposts}</b> Posts In Last 24 Hours</td>
			<td width="50%" align="$stylevar[right]"><b>{$bbuserinfo['pmunread']}</b> Unread Private Messages</td>
			</tr>
			</table>
		<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
		<div align='center'><a href="search.php?{$session[sessionurl]}do=getnew">View New Posts</a>  <a href="search.php?{$session[sessionurl]}do=getdaily">View Posts In Last 24 Hours</a>  <a href="profile.php?{$session[sessionurl]}do=editprofile">Edit Your Profile</div>
		</td>
		<td width="50%" class="alt2" align="$stylevar[left]" valign="top">
		Your total forum posts: <b>{$bbuserinfo['posts']}</b> (<b>{$bbuserinfo['postpercent']}%</b> of forums total posts)<br />
		<if condition="$bbuserinfo[active]">
		Your most active in: <a href="forumdisplay.php?{$session[sessionurl]}f={$bbuserinfo[active][0][forumid]}">{$bbuserinfo[active][0][title]}</a>  <b>{$bbuserinfo[active][1]}</b> Posts<br />
		<else />
		You're most active in: <i>N/A</i><br />
		</if>
			<table width='100%' cellspacing='0' cellpadding='2' border='0' align='center'>
			<tr>
			<td width="50%" align="center">Average posts per day: <b>$bbuserinfo[postsperday]</b></td>
			</tr>
			</table>
		<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
		<div align="center">Members: <b>{$numbermembers}</b>  Threads: <b>{$totalthreads}</b>  Posts: <b>{$totalposts}</b></div>
		</td>
	</tr>
</tbody>
</table>
<br />
-------------------------------------------


|##############|
| -- STEP 2 -- |
|##############|

Upload the plugins XML file :)

Installation has now been completed.

Enjoy,

- Zero Tolerance